home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / NNTPd / support / README < prev   
Text File  |  2001-08-02  |  782b  |  20 lines

  1.      The acttimes program will maintain a log file of new groups for you
  2. if your news software does not automatically maintain active.times.
  3.  
  4.      Set the DESTDIR in the Makefile and type make.
  5.  
  6.      To use it, either execute "acttimes -d" to start a daemon process
  7. that wakes up every 10 minutes (by default) to check if the active file
  8. is a different size, or put "acttimes" into your cron file to be run
  9. periodically.
  10.  
  11.      If you're having the nntp server log copious info, you will
  12. probably want to run the stat package developed by Erik Fair.
  13. Once a week you should have crontab do
  14.  
  15.     awk -f nntp_awk nntplog.old >& nntp_report
  16.  
  17. where "nntplog.old" is the last week's nntp log file produced
  18. by syslog.  Any errors which it cannot resolve are placed
  19. in the front of the report.
  20.